home *** CD-ROM | disk | FTP | other *** search
- head 1.1;
- access;
- symbols;
- locks; strict;
- comment @ * @;
-
-
- 1.1
- date 2005.01.09.19.22.43; author oleg; state Exp;
- branches;
- next ;
-
-
- desc
- @@
-
-
- 1.1
- log
- @*** empty log message ***
- @
- text
- @//
- // LaunchTextView.h
- // RocketLauncher
- //
- // Created by Oleg Kibirev on 1/9/05.
- // Copyright 2005 My Stuff. All rights reserved.
- //
-
- #import <Cocoa/Cocoa.h>
-
-
- @@interface LaunchTextView : NSTextView {
- NSTableView *table;
- }
-
- -(void)setTableView: (NSTableView *)tbl;
- - (void)keyDown:(NSEvent *)theEvent;
-
- @@end
- @
-